home *** CD-ROM | disk | FTP | other *** search
- object InputQueryWForm: TInputQueryWForm
- Left = 224
- Top = 116
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'InputQueryWForm'
- ClientHeight = 110
- ClientWidth = 316
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 38
- Height = 16
- Caption = 'Label1'
- end
- object Button1: TButton
- Left = 72
- Top = 72
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object Button2: TButton
- Left = 160
- Top = 72
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- end
-